home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< TREE >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Displays all of the directory paths found on a disk.
- For each directory found ... TREE will display the full path name
- as well as any subdirectories found within.
-
- ; TREE ... Displays all directory paths on the
- ; default drive.
-
- ; TREE C: ... Displays all directory paths on Drive C.
-
- ; TREE A: /F ... Displays all directory paths on Drive A.
- ; The /F tells TREE to display all file
- ; names in each directory.
-
- ; TREE > PRN ... Causes the directory paths on the
- ; default drive to be sent to the printer.
- ; Remember to turn on the printer.
-
- ; TREE A:/F > TREE.LST Causes the directory paths ... including
- ; file names ... to be saved to a file
- ; named TREE.LST on the default drive.
- ###